/* Navigation */
.hidden-nav-logo {
    z-index: 999999;
    position: absolute;
    transform: translate(0, -50%);
    left: 15px;
    top: 50%;
    list-style-type: none;
}
.theChannel_navigation {
    font-size: 50%;
    margin-left: 0px;
}
.theChannel-media-nav-logo {
    width: 160px;
    height: 20px;
}
.theChannel-nav-line-style {
    background-color: transparent;
    height: 75px;
    width: 100%;
    z-index: 99999999;
    border-bottom: 1px solid;
    border-color: #f4ce47;
    position: fixed;
}
.theChannel-nav-logo-box {
    position: absolute;
    top: 90%;
    transform: translate(0, -90%);
    left: 20px;
}
.theChannel-phone-nav {
    color: #f4ce47;
}
.theChannel-nav-icon-box {
    position: absolute;
    top: 90%;
    transform: translate(0, -90%);
    left: 80%;
}
.theChannel-nav-logo {
    height: 1.7rem;
}

.theChannel_navigation__checkbox {
    display: none;
}

.theChannel_navigation__button {
    background-color: #f4ce47;
    height: 7rem;
    width: 7rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    z-index: 2000;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
    .theChannel_navigation__button {
        top: 50%;
        right: 4rem;
    }
}
@media only screen and (max-width: 767px) {
    .theChannel_navigation__button {
        top: 50%;
        right: 3rem;
    }
}

.theChannel_navigation__background {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 6.5rem;
    background-image: radial-gradient(#ffd700, #f4ce47);
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 991.98px) {
    .theChannel_navigation__background {
        top: 50%;
        right: 4.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .theChannel_navigation__background {
        top: 50%;
        right: 3.5rem;
    }
}

.theChannel_navigation__nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999999;
    opacity: 0;
    width: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.theChannel_navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
}

.theChannel_navigation__item {
    margin: 1rem;
}

.theChannel_navigation__link:link,
.theChannel_navigation__link:visited {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(
        120deg,
        transparent 0%,
        transparent 50%,
        black 50%
    );
    background-size: 220%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.theChannel_navigation__link:link span,
.theChannel_navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block;
}

.theChannel_navigation__link:hover,
.theChannel_navigation__link:active {
    background-position: 100%;
    color: #f4ce47;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.theChannel_navigation__checkbox:checked ~ .theChannel_navigation__background {
    -webkit-transform: scale(80);
    transform: scale(80);
}

.theChannel_navigation__checkbox:checked ~ .theChannel_navigation__nav {
    opacity: 1;
    width: 100%;
    z-index: 1500;
}

.theChannel_navigation__icon {
    position: relative;
    margin-top: 3.5rem;
}
.theChannel_navigation__icon,
.theChannel_navigation__icon::before,
.theChannel_navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #333;
    display: inline-block;
}
.theChannel_navigation__icon::before,
.theChannel_navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.theChannel_navigation__icon::before {
    top: -0.8rem;
}
.theChannel_navigation__icon::after {
    top: 0.8rem;
}

.theChannel_navigation__button:hover .theChannel_navigation__icon::before {
    top: -1rem;
}

.theChannel_navigation__button:hover .theChannel_navigation__icon::after {
    top: 1rem;
}

.theChannel_navigation__checkbox:checked
    + .theChannel_navigation__button
    .theChannel_navigation__icon {
    background-color: transparent;
}

.theChannel_navigation__checkbox:checked
    + .theChannel_navigation__button
    .theChannel_navigation__icon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.theChannel_navigation__checkbox:checked
    + .theChannel_navigation__button
    .theChannel_navigation__icon::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* End of navigation */

@media only screen and (max-width: 576px) {
    .theChannel-nav-icon-box {
        left: 65%;
    }
    .text-center-class {
        text-align: center !important;
    }
    .icon-size {
        width: 12px;
        height: 14px;
    }
    .theChannel-header-logo-box {
        display: none !important;
    }
    .theChannel-header-icon-box {
        display: none !important;
    }
    .theChannel-header-icon {
        margin-left: 1.5rem;
    }
    .theChannel-heading-primary--main {
        margin-top: 140px;
        width: 314px;
    }
    .theChannel-list-group {
        padding: 0px;
        width: 200px;
        height: 100px;
    }
    .theChannel-li-marker {
        font-size: 30px;
    }

    .theChannel-heading-mouse-img {
        top: 75%;
        left: 45%;
        position: absolute;
    }
    .slick-dots {
        bottom: 25px;
    }
    .theChannel-mouse-img {
        width: 35px;
    }
    .theChannel_navigation {
        display: block;
    }
    .theChannel-nav {
        display: none;
    }

    /* about */

    .theChannel-about-row {
        width: 100%;
        height: 75%;
    }

    .theChannel-about-col2 {
        display: none !important;
    }
    .theChannel-arrow-media-style {
        width: 20px;
    }
    /* Clients */

    .theChannel-clients-description {
        width: 100% !important;
    }

    .theChannel-clients-row {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .theChannel-clients-section {
        text-align: center;
    }
    /* flow */
    .flow-slider {
        display: block !important;
        margin-top: 25px !important;
        overflow: hidden;
    }
    .theChannel-flow-row {
        display: none;
    }

    .theChannel-flow-header {
        width: 100% !important;
    }
    .theChannel-flow-description {
        width: 100% !important;
    }

    .theChannel-flow-container {
        background-image: none;
    }

    .theChannel-flow-image-description {
        font-weight: 300;
        width: 100%;
    }
    .theChannel-flow-image-header {
        width: 100%;
        margin-top: 25px;
    }

    /* Team */
    /* .theChannel-team-section {
        margin-bottom: 150px;
    } */
    .theChannel-team-description {
        width: 100% !important;
        margin: auto;
    }

    .theChannel-team-role {
        margin-bottom: 20px;
    }
    .theChannel-team-image {
        width: 160px;
    }
    /* Footer */

    .theChannel-footer-item {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .theChannel-footer-mail-icon {
        width: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .text-center-class {
        text-align: center !important;
    }
    .icon-size {
        width: 12px;
        height: 14px;
    }
    .theChannel-header-logo-box {
        display: none !important;
    }
    .theChannel-header-icon-box {
        display: none !important;
    }
    .theChannel-header-icon {
        margin-left: 1.5rem;
    }
    .theChannel-heading-primary--main {
        margin-top: 140px;
        width: 314px;
    }
    .theChannel-list-group {
        padding: 0px;
        width: 200px;
        height: 100px;
    }
    .theChannel-li-marker {
        font-size: 30px;
        margin-right: 3px;
        margin-left: 5px;
    }

    .theChannel-heading-mouse-img {
        top: 75%;
        left: 48%;
        position: absolute;
    }
    .slick-dots {
        bottom: 25px;
    }
    .theChannel-mouse-img {
        width: 35px;
    }
    .theChannel_navigation {
        display: block;
    }
    .theChannel-nav {
        display: none;
    }

    /* about */

    .theChannel-about-col2 {
        display: none !important;
    }

    .theChannel-arrow-media-style {
        width: 20px;
    }
    /* Clients */

    .theChannel-clients-description {
        width: 100% !important;
    }

    .theChannel-clients-row {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .theChannel-clients-section {
        text-align: center;
    }
    /* flow */
    .flow-slider {
        display: block !important;
        margin-top: 25px !important;
    }
    .theChannel-flow-row {
        display: none;
    }

    .theChannel-flow-header {
        width: 100% !important;
    }
    .theChannel-flow-description {
        width: 100% !important;
    }

    .theChannel-flow-container {
        background-image: none;
    }

    .theChannel-flow-image-description {
        font-weight: 300;
        width: 60% !important;
    }
    .theChannel-flow-image-header {
        width: 75% !important;
        margin-top: 25px;
    }

    /* Team */

    .theChannel-team-description {
        width: 100% !important;
        margin: auto;
    }

    .theChannel-team-role {
        margin-bottom: 20px;
    }
    .theChannel-team-image {
        width: 180px;
    }
    /* Footer */

    .theChannel-footer-item {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .theChannel-footer-mail-icon {
        width: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .w-100-c {
        width: 100% !important;
    }
    .text-center-class {
        text-align: center !important;
    }

    .icon-size {
        width: 12px;
        height: 14px;
    }
    .theChannel-header-logo-box {
        display: none !important;
    }
    .theChannel-header-icon-box {
        display: none !important;
    }
    .theChannel-header-icon {
        margin-left: 1.5rem;
    }
    .theChannel-heading-primary--main {
        margin-top: 140px;
        width: 425px;
    }
    .theChannel-list-group {
        padding: 0px;
        width: 200px;
        height: 100px;
    }
    .theChannel-li-marker {
        font-size: 55px;
        margin-right: 3px;
        margin-left: 5px;
    }

    .theChannel-heading-mouse-img {
        top: 75%;
        left: 48%;
        position: absolute;
        transform: translate(0%, 50%);
    }
    .theChannel-mouse-img {
        width: 35px;
    }
    .theChannel_navigation {
        display: block;
    }
    .theChannel-nav {
        display: none;
    }

    /* about */

    .theChannel-about-row {
        width: 100%;
        height: 75%;
    }

    .theChannel-about-col2 {
        display: none !important;
    }
    .theChannel-arrow-media-style {
        width: 20px;
    }
    /* Clients */

    .theChannel-clients-description {
        width: 100% !important;
    }

    .theChannel-clients-row {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .theChannel-clients-section {
        text-align: center;
    }
    /* flow */
    .flow-slider {
        display: block !important;
    }
    .theChannel-flow-row {
        display: none;
    }

    .theChannel-flow-header {
        width: 100% !important;
    }
    .theChannel-flow-description {
        width: 100% !important;
    }
    .theChannel-flow-container {
        background-image: none;
    }

    .theChannel-flow-image-description {
        font-weight: 300;
        width: 70% !important;
    }
    .theChannel-flow-image-header {
        width: 100% !important;
        margin-top: 25px;
    }

    .slick-dots {
        bottom: 25px;
    }

    /* Team */

    .theChannel-team-description {
        width: 100% !important;
        margin: auto;
    }

    .theChannel-team-image {
        width: 260px;
    }
    /* Footer */

    .theChannel-footer-item {
        height: 60px;
        width: 100% !important;
    }
    .theChannel-footer-mail-icon {
        width: 25px;
    }
    .theChannel-footer-mail {
        font-size: 13px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1260.98px) {
    /* About */

    .theChannel-about-row {
        width: 75%;
        height: 70%;
    }
    /* Team */
    .theChannel-team-image {
        width: 200px;
    }

    .theChannel-header-logo-box {
        position: absolute;
        top: 20px;
        left: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1100.98px) {
    .theChannel-header-icon-box {
        position: absolute;
        top: 20px;
        left: 83%;
    }
}
